====================================
 FortisIDE Project Migration Notice
====================================
1. Modify "Include Res_tbl.asm" to follow code:
   
   .IFDEF GP_6502_ASM
       .INCLUDE    Res_tbl.inc    ; for G+ IDE 6502 ASM
   .ELSE
       .INCLUDE    Res_tbl.asm    ; for FortisIDE
   .ENDIF

2. IF you had RES section in the project, you may need to
   modify *.lik file to make RES section can be crossbank.

   Example:
       locate: RES after CODE crossbank

3. G+IDE will modify the file of "Res_tbl.inc", user should check the content of this file.
